home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 May / CHIPCD200305.iso / soft / fm42ch.exe / {app} / Foxmail.exe / 0 / RCDATA / TDLG_SETUP / TDLG_SETUP.txt
Text File  |  2002-07-04  |  53KB  |  1,665 lines

  1. object Dlg_setup: TDlg_setup
  2.   Left = 275
  3.   Top = 263
  4.   ActiveControl = SetList
  5.   BorderStyle = bsDialog
  6.   Caption = 'Account Property'
  7.   ClientHeight = 335
  8.   ClientWidth = 536
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clBlack
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   OnClose = FormClose
  18.   OnCreate = FormCreate
  19.   OnDestroy = FormDestroy
  20.   OnShow = FormShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object ImgAcc: TImage
  24.     Left = 16
  25.     Top = 8
  26.     Width = 16
  27.     Height = 16
  28.     Transparent = True
  29.   end
  30.   object L_accname: TLabel
  31.     Left = 40
  32.     Top = 10
  33.     Width = 121
  34.     Height = 16
  35.     AutoSize = False
  36.     Transparent = True
  37.   end
  38.   object GroupBox: TGroupBox
  39.     Left = 160
  40.     Top = 16
  41.     Width = 364
  42.     Height = 273
  43.     TabOrder = 0
  44.     object NoteBook: TNotebook
  45.       Left = 4
  46.       Top = 16
  47.       Width = 356
  48.       Height = 253
  49.       PageIndex = 7
  50.       TabOrder = 0
  51.       object TPage
  52.         Left = 0
  53.         Top = 0
  54.         Caption = 'Default'
  55.         object L_name: TLabel
  56.           Left = 16
  57.           Top = 8
  58.           Width = 31
  59.           Height = 13
  60.           Caption = '&Name:'
  61.           FocusControl = E_name
  62.         end
  63.         object L_organization: TLabel
  64.           Left = 16
  65.           Top = 52
  66.           Width = 62
  67.           Height = 13
  68.           Caption = '&Organization:'
  69.           FocusControl = E_organization
  70.         end
  71.         object L_address: TLabel
  72.           Left = 16
  73.           Top = 96
  74.           Width = 102
  75.           Height = 13
  76.           Caption = '&Internet Mail Address:'
  77.           FocusControl = E_address
  78.         end
  79.         object L_replyaddr: TLabel
  80.           Left = 16
  81.           Top = 140
  82.           Width = 71
  83.           Height = 13
  84.           Caption = '&Reply Address:'
  85.           FocusControl = E_replyaddr
  86.         end
  87.         object Bevel1: TBevel
  88.           Left = 272
  89.           Top = 186
  90.           Width = 64
  91.           Height = 64
  92.         end
  93.         object GifUserIcon: TGIFAnimator
  94.           Left = 272
  95.           Top = 186
  96.           Width = 64
  97.           Height = 64
  98.           AutoSize = False
  99.           Center = True
  100.         end
  101.         object E_name: TEdit
  102.           Left = 16
  103.           Top = 24
  104.           Width = 121
  105.           Height = 21
  106.           Font.Charset = DEFAULT_CHARSET
  107.           Font.Color = clBlack
  108.           Font.Height = -11
  109.           Font.Name = 'MS Sans Serif'
  110.           Font.Style = []
  111.           ParentFont = False
  112.           TabOrder = 0
  113.         end
  114.         object E_organization: TEdit
  115.           Left = 16
  116.           Top = 68
  117.           Width = 249
  118.           Height = 21
  119.           Font.Charset = DEFAULT_CHARSET
  120.           Font.Color = clBlack
  121.           Font.Height = -11
  122.           Font.Name = 'MS Sans Serif'
  123.           Font.Style = []
  124.           ParentFont = False
  125.           TabOrder = 1
  126.         end
  127.         object E_address: TEdit
  128.           Left = 16
  129.           Top = 112
  130.           Width = 249
  131.           Height = 21
  132.           Font.Charset = DEFAULT_CHARSET
  133.           Font.Color = clBlack
  134.           Font.Height = -11
  135.           Font.Name = 'MS Sans Serif'
  136.           Font.Style = []
  137.           ParentFont = False
  138.           TabOrder = 2
  139.           OnEnter = E_addressEnter
  140.           OnExit = E_addressExit
  141.         end
  142.         object E_replyaddr: TEdit
  143.           Left = 16
  144.           Top = 156
  145.           Width = 249
  146.           Height = 21
  147.           Font.Charset = DEFAULT_CHARSET
  148.           Font.Color = clBlack
  149.           Font.Height = -11
  150.           Font.Name = 'MS Sans Serif'
  151.           Font.Style = []
  152.           ParentFont = False
  153.           TabOrder = 3
  154.         end
  155.         object btnSelectIcon: TButton
  156.           Left = 16
  157.           Top = 216
  158.           Width = 75
  159.           Height = 25
  160.           Caption = '&Select Icon'
  161.           TabOrder = 4
  162.           OnClick = btnSelectIconClick
  163.         end
  164.         object cbUseUserIcon: TCheckBox
  165.           Left = 16
  166.           Top = 192
  167.           Width = 217
  168.           Height = 17
  169.           Caption = '&Use the message icon (64x64)'
  170.           TabOrder = 5
  171.         end
  172.         object btnClear: TButton
  173.           Left = 96
  174.           Top = 216
  175.           Width = 75
  176.           Height = 25
  177.           Caption = '&Clear Icon'
  178.           TabOrder = 6
  179.           OnClick = btnClearClick
  180.         end
  181.       end
  182.       object TPage
  183.         Left = 0
  184.         Top = 0
  185.         Caption = 'p1'
  186.         object L_SMTP: TLabel
  187.           Left = 16
  188.           Top = 34
  189.           Width = 67
  190.           Height = 13
  191.           Caption = '&SMTP Server:'
  192.           FocusControl = E_SMTP
  193.         end
  194.         object L_POP3: TLabel
  195.           Left = 16
  196.           Top = 100
  197.           Width = 65
  198.           Height = 13
  199.           Caption = '&POP3 Server:'
  200.           FocusControl = E_POP3
  201.         end
  202.         object L_account: TLabel
  203.           Left = 16
  204.           Top = 143
  205.           Width = 74
  206.           Height = 13
  207.           Caption = 'POP3 &Account:'
  208.           FocusControl = E_account
  209.         end
  210.         object L_password: TLabel
  211.           Left = 16
  212.           Top = 186
  213.           Width = 49
  214.           Height = 13
  215.           Caption = 'Pass&word:'
  216.           FocusControl = E_password
  217.         end
  218.         object chkHotmailAccount: TCheckBox
  219.           Left = 17
  220.           Top = 10
  221.           Width = 312
  222.           Height = 17
  223.           Caption = 'Hotmail/MSN account (Auto start Foxmail-Hotmail Proxy)'
  224.           TabOrder = 0
  225.           OnClick = chkHotmailAccountClick
  226.         end
  227.         object E_SMTP: TEdit
  228.           Left = 16
  229.           Top = 50
  230.           Width = 233
  231.           Height = 21
  232.           Font.Charset = DEFAULT_CHARSET
  233.           Font.Color = clBlack
  234.           Font.Height = -12
  235.           Font.Name = 'MS Sans Serif'
  236.           Font.Style = []
  237.           ParentFont = False
  238.           TabOrder = 1
  239.         end
  240.         object cbIsESMTP: TCheckBox
  241.           Left = 28
  242.           Top = 78
  243.           Width = 237
  244.           Height = 17
  245.           Caption = 'S&MTP server need AUTHENTICATION'
  246.           TabOrder = 2
  247.           OnClick = cbIsESMTPClick
  248.         end
  249.         object BtnSetup: TButton
  250.           Left = 268
  251.           Top = 74
  252.           Width = 77
  253.           Height = 25
  254.           Caption = 'Se&tup...'
  255.           TabOrder = 3
  256.           OnClick = BtnSetupClick
  257.         end
  258.         object E_account: TEdit
  259.           Left = 16
  260.           Top = 159
  261.           Width = 121
  262.           Height = 21
  263.           Font.Charset = DEFAULT_CHARSET
  264.           Font.Color = clBlack
  265.           Font.Height = -12
  266.           Font.Name = 'MS Sans Serif'
  267.           Font.Style = []
  268.           ParentFont = False
  269.           TabOrder = 5
  270.         end
  271.         object E_password: TEdit
  272.           Left = 16
  273.           Top = 202
  274.           Width = 121
  275.           Height = 21
  276.           Font.Charset = DEFAULT_CHARSET
  277.           Font.Color = clBlack
  278.           Font.Height = -12
  279.           Font.Name = 'MS Sans Serif'
  280.           Font.Style = []
  281.           ParentFont = False
  282.           PasswordChar = '*'
  283.           TabOrder = 6
  284.         end
  285.         object BtnAdvanced: TButton
  286.           Left = 16
  287.           Top = 228
  288.           Width = 121
  289.           Height = 25
  290.           Caption = 'Ad&vanced...'
  291.           TabOrder = 7
  292.           OnClick = BtnAdvancedClick
  293.         end
  294.         object E_POP3: TEdit
  295.           Left = 16
  296.           Top = 116
  297.           Width = 233
  298.           Height = 21
  299.           Font.Charset = DEFAULT_CHARSET
  300.           Font.Color = clBlack
  301.           Font.Height = -12
  302.           Font.Name = 'MS Sans Serif'
  303.           Font.Style = []
  304.           ParentFont = False
  305.           TabOrder = 4
  306.         end
  307.       end
  308.       object TPage
  309.         Left = 0
  310.         Top = 0
  311.         Caption = 'send'
  312.         object Lab_MU_e_MailDoMain: TLabel
  313.           Left = 9
  314.           Top = 213
  315.           Width = 108
  316.           Height = 13
  317.           Caption = '&Default E-mail domain: '
  318.           FocusControl = ED_e_MailDoMain
  319.         end
  320.         object GB_format: TGroupBox
  321.           Left = 8
  322.           Top = 8
  323.           Width = 329
  324.           Height = 145
  325.           Caption = 'Message Format'
  326.           TabOrder = 0
  327.           object L_charset: TLabel
  328.             Left = 32
  329.             Top = 98
  330.             Width = 44
  331.             Height = 13
  332.             Caption = '&Char Set:'
  333.             Visible = False
  334.           end
  335.           object RB_MIME: TRadioButton
  336.             Left = 8
  337.             Top = 24
  338.             Width = 241
  339.             Height = 17
  340.             Caption = '&MIME'
  341.             TabOrder = 0
  342.             OnClick = RB_MIMEClick
  343.           end
  344.           object RB_UUEncode: TRadioButton
  345.             Tag = 1
  346.             Left = 8
  347.             Top = 120
  348.             Width = 241
  349.             Height = 17
  350.             Caption = '&UUEncode'
  351.             TabOrder = 4
  352.           end
  353.           object CB_AutoQP: TCheckBox
  354.             Left = 32
  355.             Top = 48
  356.             Width = 225
  357.             Height = 17
  358.             Caption = 'Auto &encoding text'
  359.             TabOrder = 1
  360.           end
  361.           object CB_Subject8bit: TCheckBox
  362.             Left = 32
  363.             Top = 72
  364.             Width = 225
  365.             Height = 17
  366.             Caption = '&Allow 8 bit chars in mail header'
  367.             TabOrder = 2
  368.           end
  369.           object CB_charset: TComboBox
  370.             Left = 104
  371.             Top = 96
  372.             Width = 105
  373.             Height = 21
  374.             Style = csDropDownList
  375.             ItemHeight = 13
  376.             TabOrder = 3
  377.             Visible = False
  378.             Items.Strings = (
  379.               'us-ascii'
  380.               'ISO-8859-1'
  381.               'Other...')
  382.           end
  383.         end
  384.         object CB_tosentbox: TCheckBox
  385.           Left = 8
  386.           Top = 188
  387.           Width = 329
  388.           Height = 17
  389.           Caption = '&Move the sent mails to folder "Sent"'
  390.           TabOrder = 2
  391.         end
  392.         object CB_checkonsend: TCheckBox
  393.           Left = 8
  394.           Top = 168
  395.           Width = 329
  396.           Height = 17
  397.           Caption = '&Check new mails after sending'
  398.           TabOrder = 1
  399.         end
  400.         object ED_e_MailDoMain: TEdit
  401.           Left = 36
  402.           Top = 227
  403.           Width = 298
  404.           Height = 21
  405.           TabOrder = 3
  406.         end
  407.       end
  408.       object TPage
  409.         Left = 0
  410.         Top = 0
  411.         Caption = 'receive'
  412.         object L_checkfirst: TLabel
  413.           Left = 26
  414.           Top = 42
  415.           Width = 101
  416.           Height = 13
  417.           Caption = '&Check for mails every'
  418.           FocusControl = CB_autocheck
  419.         end
  420.         object L_checklast: TLabel
  421.           Left = 184
  422.           Top = 44
  423.           Width = 36
  424.           Height = 13
  425.           Caption = '&minutes'
  426.           FocusControl = E_checktime
  427.         end
  428.         object CB_leaveinserver: TCheckBox
  429.           Left = 8
  430.           Top = 16
  431.           Width = 225
  432.           Height = 17
  433.           Caption = '&Leave a copy in server'
  434.           TabOrder = 0
  435.         end
  436.         object CB_autocheck: TCheckBox
  437.           Left = 8
  438.           Top = 40
  439.           Width = 15
  440.           Height = 17
  441.           Caption = 'CB_autocheck'
  442.           TabOrder = 1
  443.         end
  444.         object E_checktime: TEdit
  445.           Left = 136
  446.           Top = 40
  447.           Width = 41
  448.           Height = 21
  449.           MaxLength = 4
  450.           TabOrder = 2
  451.         end
  452.         object CB_sound: TCheckBox
  453.           Left = 8
  454.           Top = 72
  455.           Width = 265
  456.           Height = 17
  457.           Caption = '&Play sound when new mails coming'
  458.           TabOrder = 3
  459.         end
  460.         object E_sound: TEdit
  461.           Left = 24
  462.           Top = 95
  463.           Width = 217
  464.           Height = 21
  465.           ReadOnly = True
  466.           TabOrder = 4
  467.         end
  468.         object Btn_sound: TButton
  469.           Left = 240
  470.           Top = 94
  471.           Width = 73
  472.           Height = 23
  473.           Caption = '&Browse...'
  474.           TabOrder = 5
  475.           OnClick = Btn_soundClick
  476.         end
  477.         object GB_mbox: TGroupBox
  478.           Left = 4
  479.           Top = 136
  480.           Width = 341
  481.           Height = 97
  482.           Caption = 'Mailbox'
  483.           TabOrder = 6
  484.           object L_packlast: TLabel
  485.             Left = 144
  486.             Top = 42
  487.             Width = 97
  488.             Height = 13
  489.             Caption = '%,  p&ack the mailbox'
  490.             FocusControl = E_pack
  491.           end
  492.           object L_checkpack: TLabel
  493.             Left = 8
  494.             Top = 20
  495.             Width = 211
  496.             Height = 13
  497.             Caption = 'Auto compress mailboxes when program exit:'
  498.           end
  499.           object L_packfirst: TLabel
  500.             Left = 24
  501.             Top = 42
  502.             Width = 73
  503.             Height = 13
  504.             Caption = '&If wasted size >'
  505.             FocusControl = CB_pack
  506.           end
  507.           object CB_pack: TCheckBox
  508.             Left = 8
  509.             Top = 40
  510.             Width = 17
  511.             Height = 17
  512.             Caption = 'CB_pack'
  513.             TabOrder = 0
  514.           end
  515.           object E_pack: TEdit
  516.             Left = 104
  517.             Top = 40
  518.             Width = 25
  519.             Height = 21
  520.             TabOrder = 1
  521.           end
  522.         end
  523.         object btnPlay: TButton
  524.           Left = 320
  525.           Top = 94
  526.           Width = 25
  527.           Height = 23
  528.           Caption = '>'
  529.           TabOrder = 7
  530.           OnClick = btnPlayClick
  531.         end
  532.       end
  533.       object TPage
  534.         Left = 0
  535.         Top = 0
  536.         Caption = 'connections'
  537.         object L_connections: TLabel
  538.           Left = 8
  539.           Top = 5
  540.           Width = 198
  541.           Height = 13
  542.           Caption = 'Receive mails from multiple POP3 servers:'
  543.         end
  544.         object SBup: TSpeedButton
  545.           Left = 252
  546.           Top = 24
  547.           Width = 24
  548.           Height = 44
  549.           Flat = True
  550.           OnClick = SBupClick
  551.         end
  552.         object SBdown: TSpeedButton
  553.           Left = 252
  554.           Top = 69
  555.           Width = 24
  556.           Height = 44
  557.           Flat = True
  558.           OnClick = SBdownClick
  559.         end
  560.         object BtnCAdd: TButton
  561.           Left = 280
  562.           Top = 24
  563.           Width = 65
  564.           Height = 25
  565.           Caption = '&Add'
  566.           TabOrder = 0
  567.           OnClick = BtnCAddClick
  568.         end
  569.         object BtnCEdit: TButton
  570.           Left = 280
  571.           Top = 48
  572.           Width = 65
  573.           Height = 25
  574.           Caption = '&Edit'
  575.           TabOrder = 1
  576.           OnClick = BtnCEditClick
  577.         end
  578.         object BtnCDelete: TButton
  579.           Left = 280
  580.           Top = 72
  581.           Width = 65
  582.           Height = 25
  583.           Caption = '&Delete'
  584.           TabOrder = 2
  585.           OnClick = BtnCDeleteClick
  586.         end
  587.         object M_conn: TMemo
  588.           Left = 8
  589.           Top = 120
  590.           Width = 337
  591.           Height = 129
  592.           Color = clBtnFace
  593.           ReadOnly = True
  594.           TabOrder = 3
  595.         end
  596.         object LB_conn: TCheckListBox
  597.           Left = 8
  598.           Top = 24
  599.           Width = 245
  600.           Height = 89
  601.           OnClickCheck = LB_connClickCheck
  602.           ItemHeight = 13
  603.           TabOrder = 4
  604.           OnClick = LB_connClick
  605.           OnDblClick = BtnCEditClick
  606.           OnDrawItem = LB_connDrawItem
  607.         end
  608.       end
  609.       object TPage
  610.         Left = 0
  611.         Top = 0
  612.         Caption = 'font'
  613.         object L_print: TLabel
  614.           Left = 8
  615.           Top = 54
  616.           Width = 48
  617.           Height = 13
  618.           Caption = 'Print Font:'
  619.         end
  620.         object L_maillist: TLabel
  621.           Left = 8
  622.           Top = 22
  623.           Width = 89
  624.           Height = 13
  625.           Caption = 'Message List Font:'
  626.           Enabled = False
  627.         end
  628.         object L_readfirst: TLabel
  629.           Left = 24
  630.           Top = 210
  631.           Width = 125
  632.           Height = 13
  633.           Caption = '&Mark as read after viewing'
  634.           FocusControl = E_autoread
  635.         end
  636.         object L_readlast: TLabel
  637.           Left = 208
  638.           Top = 210
  639.           Width = 42
  640.           Height = 13
  641.           Caption = '&Seconds'
  642.         end
  643.         object CB_autoread: TCheckBox
  644.           Left = 8
  645.           Top = 208
  646.           Width = 17
  647.           Height = 17
  648.           Caption = 'CB_autoread'
  649.           TabOrder = 3
  650.         end
  651.         object E_autoread: TEdit
  652.           Left = 160
  653.           Top = 208
  654.           Width = 33
  655.           Height = 21
  656.           TabOrder = 4
  657.         end
  658.         object CB_useweb: TCheckBox
  659.           Left = 8
  660.           Top = 184
  661.           Width = 337
  662.           Height = 17
  663.           Caption = 'Embed &Internet Explorer to view HTML message'
  664.           TabOrder = 2
  665.         end
  666.         object Btn_maillist: TBitBtn
  667.           Tag = 1
  668.           Left = 192
  669.           Top = 16
  670.           Width = 145
  671.           Height = 21
  672.           Enabled = False
  673.           Font.Charset = DEFAULT_CHARSET
  674.           Font.Color = clRed
  675.           Font.Height = -11
  676.           Font.Name = 'MS Sans Serif'
  677.           Font.Style = []
  678.           ParentFont = False
  679.           TabOrder = 0
  680.         end
  681.         object Btn_print: TBitBtn
  682.           Tag = 2
  683.           Left = 192
  684.           Top = 48
  685.           Width = 145
  686.           Height = 21
  687.           TabOrder = 1
  688.           OnClick = Btn_printClick
  689.         end
  690.       end
  691.       object TPage
  692.         Left = 0
  693.         Top = 0
  694.         Caption = 'labels'
  695.         object SB_label1: TSpeedButton
  696.           Left = 224
  697.           Top = 16
  698.           Width = 65
  699.           Height = 22
  700.           OnClick = SB_label1Click
  701.         end
  702.         object SB_label2: TSpeedButton
  703.           Left = 224
  704.           Top = 40
  705.           Width = 65
  706.           Height = 22
  707.           OnClick = SB_label1Click
  708.         end
  709.         object SB_label3: TSpeedButton
  710.           Left = 224
  711.           Top = 64
  712.           Width = 65
  713.           Height = 22
  714.           OnClick = SB_label1Click
  715.         end
  716.         object SB_label4: TSpeedButton
  717.           Left = 224
  718.           Top = 88
  719.           Width = 65
  720.           Height = 22
  721.           OnClick = SB_label1Click
  722.         end
  723.         object SB_label5: TSpeedButton
  724.           Left = 224
  725.           Top = 112
  726.           Width = 65
  727.           Height = 22
  728.           OnClick = SB_label1Click
  729.         end
  730.         object SB_label6: TSpeedButton
  731.           Left = 224
  732.           Top = 136
  733.           Width = 65
  734.           Height = 22
  735.           OnClick = SB_label1Click
  736.         end
  737.         object SB_label7: TSpeedButton
  738.           Left = 224
  739.           Top = 160
  740.           Width = 65
  741.           Height = 22
  742.           OnClick = SB_label1Click
  743.         end
  744.         object L_label1: TLabel
  745.           Left = 16
  746.           Top = 16
  747.           Width = 3
  748.           Height = 13
  749.         end
  750.         object L_label2: TLabel
  751.           Left = 16
  752.           Top = 40
  753.           Width = 3
  754.           Height = 13
  755.         end
  756.         object L_label3: TLabel
  757.           Left = 16
  758.           Top = 64
  759.           Width = 3
  760.           Height = 13
  761.         end
  762.         object L_label4: TLabel
  763.           Left = 16
  764.           Top = 88
  765.           Width = 3
  766.           Height = 13
  767.         end
  768.         object L_label5: TLabel
  769.           Left = 16
  770.           Top = 112
  771.           Width = 3
  772.           Height = 13
  773.         end
  774.         object L_label6: TLabel
  775.           Left = 16
  776.           Top = 138
  777.           Width = 3
  778.           Height = 13
  779.         end
  780.         object L_label7: TLabel
  781.           Left = 16
  782.           Top = 163
  783.           Width = 3
  784.           Height = 13
  785.         end
  786.         object E_label1: TEdit
  787.           Left = 72
  788.           Top = 16
  789.           Width = 97
  790.           Height = 21
  791.           TabOrder = 0
  792.         end
  793.         object E_label2: TEdit
  794.           Left = 72
  795.           Top = 40
  796.           Width = 97
  797.           Height = 21
  798.           TabOrder = 1
  799.         end
  800.         object E_label3: TEdit
  801.           Left = 72
  802.           Top = 64
  803.           Width = 97
  804.           Height = 21
  805.           TabOrder = 2
  806.         end
  807.         object E_label4: TEdit
  808.           Left = 72
  809.           Top = 88
  810.           Width = 97
  811.           Height = 21
  812.           TabOrder = 3
  813.         end
  814.         object E_label5: TEdit
  815.           Left = 72
  816.           Top = 112
  817.           Width = 97
  818.           Height = 21
  819.           TabOrder = 4
  820.         end
  821.         object E_label6: TEdit
  822.           Left = 72
  823.           Top = 136
  824.           Width = 97
  825.           Height = 21
  826.           TabOrder = 5
  827.         end
  828.         object E_label7: TEdit
  829.           Left = 72
  830.           Top = 160
  831.           Width = 97
  832.           Height = 21
  833.           TabOrder = 6
  834.         end
  835.         object CB_labelrow: TCheckBox
  836.           Left = 16
  837.           Top = 200
  838.           Width = 329
  839.           Height = 17
  840.           Caption = '&Display label color on the whole row'
  841.           TabOrder = 7
  842.         end
  843.       end
  844.       object TPage
  845.         Left = 0
  846.         Top = 0
  847.         Caption = 'Template'
  848.         object PageControl1: TPageControl
  849.           Left = 2
  850.           Top = 2
  851.           Width = 353
  852.           Height = 249
  853.           ActivePage = TabSheet2
  854.           TabOrder = 0
  855.           object TabSheet2: TTabSheet
  856.             Caption = 'New'
  857.             object Label4: TLabel
  858.               Left = 8
  859.               Top = 128
  860.               Width = 44
  861.               Height = 13
  862.               Caption = 'Template'
  863.             end
  864.             object Bevel3: TBevel
  865.               Left = 64
  866.               Top = 136
  867.               Width = 273
  868.               Height = 2
  869.             end
  870.             object cbHTML_New: TCheckBox
  871.               Left = 24
  872.               Top = 156
  873.               Width = 105
  874.               Height = 17
  875.               Caption = 'HTML message'
  876.               TabOrder = 0
  877.             end
  878.             object cbText_New: TCheckBox
  879.               Left = 24
  880.               Top = 180
  881.               Width = 105
  882.               Height = 17
  883.               Caption = 'Text message'
  884.               TabOrder = 1
  885.             end
  886.             object edHTMLTemp_New: TEdit
  887.               Left = 128
  888.               Top = 152
  889.               Width = 129
  890.               Height = 21
  891.               Color = clBtnFace
  892.               Enabled = False
  893.               TabOrder = 2
  894.             end
  895.             object edTextTemp_New: TEdit
  896.               Left = 128
  897.               Top = 176
  898.               Width = 129
  899.               Height = 21
  900.               Color = clBtnFace
  901.               Enabled = False
  902.               TabOrder = 3
  903.             end
  904.             object btnBrowse1: TButton
  905.               Tag = 1
  906.               Left = 262
  907.               Top = 152
  908.               Width = 75
  909.               Height = 21
  910.               Caption = 'Browse'
  911.               Enabled = False
  912.               TabOrder = 4
  913.               OnClick = btnBrowse1Click
  914.             end
  915.             object btnBrowse2: TButton
  916.               Tag = 2
  917.               Left = 262
  918.               Top = 176
  919.               Width = 75
  920.               Height = 21
  921.               Caption = 'Browse'
  922.               Enabled = False
  923.               TabOrder = 5
  924.               OnClick = btnBrowse1Click
  925.             end
  926.             object rgNewFormat: TRadioGroup
  927.               Left = 8
  928.               Top = 16
  929.               Width = 329
  930.               Height = 66
  931.               Caption = 'New Message Format'
  932.               Items.Strings = (
  933.                 'HTML'
  934.                 'Text')
  935.               TabOrder = 6
  936.             end
  937.           end
  938.           object TabSheet3: TTabSheet
  939.             Caption = 'Reply'
  940.             ImageIndex = 1
  941.             object Label6: TLabel
  942.               Left = 8
  943.               Top = 128
  944.               Width = 44
  945.               Height = 13
  946.               Caption = 'Template'
  947.             end
  948.             object Bevel5: TBevel
  949.               Left = 64
  950.               Top = 136
  951.               Width = 273
  952.               Height = 2
  953.             end
  954.             object cbHTML_Reply: TCheckBox
  955.               Left = 24
  956.               Top = 156
  957.               Width = 105
  958.               Height = 17
  959.               Caption = 'HTML message'
  960.               TabOrder = 0
  961.             end
  962.             object cbText_Reply: TCheckBox
  963.               Left = 24
  964.               Top = 180
  965.               Width = 105
  966.               Height = 17
  967.               Caption = 'Text message'
  968.               TabOrder = 1
  969.             end
  970.             object edHTMLTemp_Reply: TEdit
  971.               Left = 128
  972.               Top = 152
  973.               Width = 129
  974.               Height = 21
  975.               Color = clBtnFace
  976.               Enabled = False
  977.               ImeName = '∩┐╜∩┐╜∩┐╜∩┐╜ (∩┐╜∩┐╜∩┐╜∩┐╜) - ╬ó∩┐╜∩┐╜╞┤∩┐╜∩┐╜'
  978.               TabOrder = 2
  979.             end
  980.             object edTextTemp_Reply: TEdit
  981.               Left = 128
  982.               Top = 176
  983.               Width = 129
  984.               Height = 21
  985.               Color = clBtnFace
  986.               Enabled = False
  987.               ImeName = '∩┐╜∩┐╜∩┐╜∩┐╜ (∩┐╜∩┐╜∩┐╜∩┐╜) - ╬ó∩┐╜∩┐╜╞┤∩┐╜∩┐╜'
  988.               TabOrder = 3
  989.             end
  990.             object btnBrowse3: TButton
  991.               Tag = 3
  992.               Left = 262
  993.               Top = 152
  994.               Width = 75
  995.               Height = 21
  996.               Caption = 'Browse'
  997.               Enabled = False
  998.               TabOrder = 4
  999.               OnClick = btnBrowse1Click
  1000.             end
  1001.             object btnBrowse4: TButton
  1002.               Tag = 4
  1003.               Left = 262
  1004.               Top = 176
  1005.               Width = 75
  1006.               Height = 21
  1007.               Caption = 'Browse'
  1008.               Enabled = False
  1009.               TabOrder = 5
  1010.               OnClick = btnBrowse1Click
  1011.             end
  1012.             object rgReplyFormat: TRadioGroup
  1013.               Left = 8
  1014.               Top = 16
  1015.               Width = 329
  1016.               Height = 89
  1017.               Caption = 'Reply Message Format'
  1018.               Items.Strings = (
  1019.                 'HTML'
  1020.                 'Text'
  1021.                 'Depend on original message')
  1022.               TabOrder = 6
  1023.             end
  1024.           end
  1025.           object TabSheet4: TTabSheet
  1026.             Caption = 'Forward'
  1027.             ImageIndex = 2
  1028.             object Label7: TLabel
  1029.               Left = 8
  1030.               Top = 128
  1031.               Width = 44
  1032.               Height = 13
  1033.               Caption = 'Template'
  1034.             end
  1035.             object Bevel6: TBevel
  1036.               Left = 64
  1037.               Top = 136
  1038.               Width = 273
  1039.               Height = 2
  1040.             end
  1041.             object cbHTML_Forward: TCheckBox
  1042.               Left = 24
  1043.               Top = 156
  1044.               Width = 105
  1045.               Height = 17
  1046.               Caption = 'HTML message'
  1047.               TabOrder = 0
  1048.             end
  1049.             object cbText_Forward: TCheckBox
  1050.               Left = 24
  1051.               Top = 180
  1052.               Width = 105
  1053.               Height = 17
  1054.               Caption = 'Text message'
  1055.               TabOrder = 1
  1056.             end
  1057.             object edHTMLTemp_Forward: TEdit
  1058.               Left = 128
  1059.               Top = 152
  1060.               Width = 129
  1061.               Height = 21
  1062.               Color = clBtnFace
  1063.               Enabled = False
  1064.               ImeName = '∩┐╜∩┐╜∩┐╜∩┐╜ (∩┐╜∩┐╜∩┐╜∩┐╜) - ╬ó∩┐╜∩┐╜╞┤∩┐╜∩┐╜'
  1065.               TabOrder = 2
  1066.             end
  1067.             object edTextTemp_Forward: TEdit
  1068.               Left = 128
  1069.               Top = 176
  1070.               Width = 129
  1071.               Height = 21
  1072.               Color = clBtnFace
  1073.               Enabled = False
  1074.               ImeName = '∩┐╜∩┐╜∩┐╜∩┐╜ (∩┐╜∩┐╜∩┐╜∩┐╜) - ╬ó∩┐╜∩┐╜╞┤∩┐╜∩┐╜'
  1075.               TabOrder = 3
  1076.             end
  1077.             object btnBrowse5: TButton
  1078.               Tag = 5
  1079.               Left = 262
  1080.               Top = 152
  1081.               Width = 75
  1082.               Height = 21
  1083.               Caption = 'Browse'
  1084.               Enabled = False
  1085.               TabOrder = 4
  1086.               OnClick = btnBrowse1Click
  1087.             end
  1088.             object btnBrowse6: TButton
  1089.               Tag = 6
  1090.               Left = 262
  1091.               Top = 176
  1092.               Width = 75
  1093.               Height = 21
  1094.               Caption = 'Browse'
  1095.               Enabled = False
  1096.               TabOrder = 5
  1097.               OnClick = btnBrowse1Click
  1098.             end
  1099.             object rgForwardFormat: TRadioGroup
  1100.               Left = 8
  1101.               Top = 16
  1102.               Width = 329
  1103.               Height = 89
  1104.               Caption = 'Forward Message Format'
  1105.               Items.Strings = (
  1106.                 'HTML'
  1107.                 'Text'
  1108.                 'Depend on original message')
  1109.               TabOrder = 6
  1110.             end
  1111.           end
  1112.         end
  1113.       end
  1114.       object TPage
  1115.         Left = 0
  1116.         Top = 0
  1117.         Caption = 'network'
  1118.         object GB_DUN: TGroupBox
  1119.           Left = 4
  1120.           Top = 40
  1121.           Width = 349
  1122.           Height = 209
  1123.           TabOrder = 1
  1124.           object RBlan: TRadioButton
  1125.             Left = 8
  1126.             Top = 16
  1127.             Width = 249
  1128.             Height = 17
  1129.             Caption = '&LAN or leased line'
  1130.             TabOrder = 0
  1131.           end
  1132.           object RBmanual: TRadioButton
  1133.             Left = 8
  1134.             Top = 40
  1135.             Width = 249
  1136.             Height = 17
  1137.             Caption = '&Manual connection'
  1138.             TabOrder = 1
  1139.           end
  1140.           object RBdial: TRadioButton
  1141.             Left = 8
  1142.             Top = 64
  1143.             Width = 249
  1144.             Height = 17
  1145.             Caption = '&Dial up networking'
  1146.             TabOrder = 2
  1147.           end
  1148.           object GroupBox1: TGroupBox
  1149.             Left = 24
  1150.             Top = 88
  1151.             Width = 313
  1152.             Height = 113
  1153.             Caption = 'Dial &up network settings'
  1154.             TabOrder = 3
  1155.             object Label1: TLabel
  1156.               Left = 16
  1157.               Top = 24
  1158.               Width = 57
  1159.               Height = 13
  1160.               Caption = '&Connection:'
  1161.               FocusControl = CBconnection
  1162.             end
  1163.             object CBconnection: TComboBox
  1164.               Left = 128
  1165.               Top = 22
  1166.               Width = 145
  1167.               Height = 22
  1168.               Style = csOwnerDrawFixed
  1169.               ItemHeight = 16
  1170.               TabOrder = 0
  1171.             end
  1172.             object CBautodisconnect: TCheckBox
  1173.               Left = 16
  1174.               Top = 56
  1175.               Width = 265
  1176.               Height = 17
  1177.               Caption = '&Auto disconnect after mail transmision'
  1178.               TabOrder = 1
  1179.             end
  1180.             object CBuseexisting: TCheckBox
  1181.               Left = 16
  1182.               Top = 80
  1183.               Width = 265
  1184.               Height = 17
  1185.               Caption = '&Use any existing connected dial up connection'
  1186.               TabOrder = 2
  1187.             end
  1188.           end
  1189.         end
  1190.         object CB_UseAccNetSet: TCheckBox
  1191.           Left = 8
  1192.           Top = 16
  1193.           Width = 265
  1194.           Height = 17
  1195.           Caption = '&Use account specific network settings'
  1196.           TabOrder = 0
  1197.         end
  1198.       end
  1199.       object TPage
  1200.         Left = 0
  1201.         Top = 0
  1202.         Caption = 'signature'
  1203.         object ToolbarButton971: TSpeedButton
  1204.           Left = 8
  1205.           Top = 230
  1206.           Width = 121
  1207.           Height = 24
  1208.           Caption = 'Insert Macro'
  1209.         end
  1210.         object SBcut: TSpeedButton
  1211.           Left = 224
  1212.           Top = 230
  1213.           Width = 24
  1214.           Height = 24
  1215.           Hint = 'Cut'
  1216.           Glyph.Data = {
  1217.             36060000424D3606000000000000360400002800000020000000100000000100
  1218.             080000000000000200000000000000000000000100000001000000000000FFFF
  1219.             FF00A711C300FF00FF0099999900FFFFFF000000000000000000000000000000
  1220.             0000000000000000000000000000000000000000000000000000000000000000
  1221.             0000000000000000000000000000000000000000000000000000000000000000
  1222.             0000000000000000000000000000000000000000000000000000000000000000
  1223.             0000000000000000000000000000000000000000000000000000000000000000
  1224.             0000000000000000000000000000000000000000000000000000000000000000
  1225.             0000000000000000000000000000000000000000000000000000000000000000
  1226.             0000000000000000000000000000000000000000000000000000000000000000
  1227.             0000000000000000000000000000000000000000000000000000000000000000
  1228.             0000000000000000000000000000000000000000000000000000000000000000
  1229.             0000000000000000000000000000000000000000000000000000000000000000
  1230.             0000000000000000000000000000000000000000000000000000000000000000
  1231.             0000000000000000000000000000000000000000000000000000000000000000
  1232.             0000000000000000000000000000000000000000000000000000000000000000
  1233.             0000000000000000000000000000000000000000000000000000000000000000
  1234.             0000000000000000000000000000000000000000000000000000000000000000
  1235.             0000000000000000000000000000000000000000000000000000000000000000
  1236.             0000000000000000000000000000000000000000000000000000000000000000
  1237.             0000000000000000000000000000000000000000000000000000000000000000
  1238.             0000000000000000000000000000000000000000000000000000000000000000
  1239.             0000000000000000000000000000000000000000000000000000000000000000
  1240.             0000000000000000000000000000000000000000000000000000000000000000
  1241.             0000000000000000000000000000000000000000000000000000000000000000
  1242.             0000000000000000000000000000000000000000000000000000000000000000
  1243.             0000000000000000000000000000000000000000000000000000000000000000
  1244.             0000000000000000000000000000000000000000000000000000000000000000
  1245.             0000000000000000000000000000000000000000000000000000000000000000
  1246.             0000000000000000000000000000000000000000000000000000000000000000
  1247.             0000000000000000000000000000000000000000000000000000000000000000
  1248.             0000000000000000000000000000000000000000000000000000000000000000
  1249.             0000000000000000000000000000000000000000000000000000000000000000
  1250.             0000000000000000000000000000000000000000000000000000030303030303
  1251.             0303030303030303030303030303030301010303030303030303030303030302
  1252.             0203030303030303030303030303030404030103030101030303030303030203
  1253.             0302030302020303030303030303040103040103040403010303030303030203
  1254.             0302030203030203030303030303040103040104010304010303030303030203
  1255.             0302030203030203030303030303040301040104010304010303030303030302
  1256.             0202030203030203030303030303030404040104010104030303030303030303
  1257.             0302030202020303030303030303030303040104040403030303030303030303
  1258.             0302020203030303030303030303030303040404030303030303030303030303
  1259.             0303020303030303030303030303030303030401010303030303030303030303
  1260.             0302020203030303030303030303030303040404010303030303030303030303
  1261.             0302030203030303030303030303030303040104010103030303030303030303
  1262.             0202030202030303030303030303030304040304040103030303030303030303
  1263.             0203030302030303030303030303030304010303040103030303030303030303
  1264.             0203030302030303030303030303030304010303040103030303030303030303
  1265.             0203030302030303030303030303030304030303040303030303030303030303
  1266.             0303030303030303030303030303030303030303030303030303}
  1267.           NumGlyphs = 2
  1268.           ParentShowHint = False
  1269.           ShowHint = True
  1270.         end
  1271.         object SBcopy: TSpeedButton
  1272.           Tag = 1
  1273.           Left = 248
  1274.           Top = 230
  1275.           Width = 24
  1276.           Height = 24
  1277.           Hint = 'Copy'
  1278.           Glyph.Data = {
  1279.             36060000424D3606000000000000360400002800000020000000100000000100
  1280.             080000000000000200000000000000000000000100000001000000000000FFFF
  1281.             FF00FF00FF00B2811000FBF5E600C2982000D0AD3600D9B84B00DDC25700E5CD
  1282.             7300F0E1A500E9D78200F4EBBB0067686700FCFCFC00F2F2F200999999007D7D
  1283.             7D006E6E6E00FFFFFF0000000000000000000000000000000000000000000000
  1284.             0000000000000000000000000000000000000000000000000000000000000000
  1285.             0000000000000000000000000000000000000000000000000000000000000000
  1286.             0000000000000000000000000000000000000000000000000000000000000000
  1287.             0000000000000000000000000000000000000000000000000000000000000000
  1288.             0000000000000000000000000000000000000000000000000000000000000000
  1289.             0000000000000000000000000000000000000000000000000000000000000000
  1290.             0000000000000000000000000000000000000000000000000000000000000000
  1291.             0000000000000000000000000000000000000000000000000000000000000000
  1292.             0000000000000000000000000000000000000000000000000000000000000000
  1293.             0000000000000000000000000000000000000000000000000000000000000000
  1294.             0000000000000000000000000000000000000000000000000000000000000000
  1295.             0000000000000000000000000000000000000000000000000000000000000000
  1296.             0000000000000000000000000000000000000000000000000000000000000000
  1297.             0000000000000000000000000000000000000000000000000000000000000000
  1298.             0000000000000000000000000000000000000000000000000000000000000000
  1299.             0000000000000000000000000000000000000000000000000000000000000000
  1300.             0000000000000000000000000000000000000000000000000000000000000000
  1301.             0000000000000000000000000000000000000000000000000000000000000000
  1302.             0000000000000000000000000000000000000000000000000000000000000000
  1303.             0000000000000000000000000000000000000000000000000000000000000000
  1304.             0000000000000000000000000000000000000000000000000000000000000000
  1305.             0000000000000000000000000000000000000000000000000000000000000000
  1306.             0000000000000000000000000000000000000000000000000000000000000000
  1307.             0000000000000000000000000000000000000000000000000000000000000000
  1308.             0000000000000000000000000000000000000000000000000000000000000000
  1309.             0000000000000000000000000000000000000000000000000000000000000000
  1310.             0000000000000000000000000000000000000000000000000000000000000000
  1311.             0000000000000000000000000000000000000000000000000000000000000000
  1312.             0000000000000000000000000000000000000000000000000000020202020202
  1313.             0202020202020202020202020202020F0F0F0F0F0F0F0F0F0F0F020202020000
  1314.             0000000000000000000202020F0F10101010101010101010100F020000000004
  1315.             0B09090807070606000202101010100F0202020202020202100F0200110D0004
  1316.             0B09090807070606000202100F02100F0202020202020202100F0200110D0004
  1317.             0303030303030606000202100F02100F0202020202020202100F020011000004
  1318.             0A0B0B0B09090606000202100F10100F0202020202020202100F020011120004
  1319.             0303030303030606000202100F02100F0202020202020202100F020011000004
  1320.             0A0B0B0905050505000202100F10100F020202020F0F0F0F100F020011120004
  1321.             03030B0000000000000202100F02100F02020210101010101002020011000004
  1322.             0A0B0B00040C0700020202100F10100F020202100F0202100202020011000004
  1323.             0A0B0B000E070002020202100F10100F020202100F0210020202020011120004
  1324.             0A0B0B0007000202020202100F02100F020202100F1002020202020011120004
  1325.             0404040000020202020202100F02100F0F0F0F10100202020202020011110000
  1326.             0000000002020202020202100F0F101010101010020202020202020000000000
  1327.             0202020202020202020202101010101002020202020202020202020202020202
  1328.             0202020202020202020202020202020202020202020202020202}
  1329.           NumGlyphs = 2
  1330.           ParentShowHint = False
  1331.           ShowHint = True
  1332.         end
  1333.         object SBpaste: TSpeedButton
  1334.           Tag = 2
  1335.           Left = 272
  1336.           Top = 230
  1337.           Width = 24
  1338.           Height = 24
  1339.           Hint = 'Paste'
  1340.           Glyph.Data = {
  1341.             36060000424D3606000000000000360400002800000020000000100000000100
  1342.             080000000000000200000000000000000000000100000001000000000000FFFF
  1343.             FF00FF00FF00C0BFC000DEDBDC00FFFAF800B2811000FBF5E600C2982000D0AD
  1344.             3600D9B84B00DDC25700E5CD7300F0E1A500E9D78200F3F3F200B3B4B3008CF4
  1345.             FF0057CDF20000040700FCFCFC00F2F2F200ECECEC00E4E4E400D5D5D500CCCC
  1346.             CC00C4C4C400BDBDBD0099999900FFFFFF000000000000000000000000000000
  1347.             0000000000000000000000000000000000000000000000000000000000000000
  1348.             0000000000000000000000000000000000000000000000000000000000000000
  1349.             0000000000000000000000000000000000000000000000000000000000000000
  1350.             0000000000000000000000000000000000000000000000000000000000000000
  1351.             0000000000000000000000000000000000000000000000000000000000000000
  1352.             0000000000000000000000000000000000000000000000000000000000000000
  1353.             0000000000000000000000000000000000000000000000000000000000000000
  1354.             0000000000000000000000000000000000000000000000000000000000000000
  1355.             0000000000000000000000000000000000000000000000000000000000000000
  1356.             0000000000000000000000000000000000000000000000000000000000000000
  1357.             0000000000000000000000000000000000000000000000000000000000000000
  1358.             0000000000000000000000000000000000000000000000000000000000000000
  1359.             0000000000000000000000000000000000000000000000000000000000000000
  1360.             0000000000000000000000000000000000000000000000000000000000000000
  1361.             0000000000000000000000000000000000000000000000000000000000000000
  1362.             0000000000000000000000000000000000000000000000000000000000000000
  1363.             0000000000000000000000000000000000000000000000000000000000000000
  1364.             0000000000000000000000000000000000000000000000000000000000000000
  1365.             0000000000000000000000000000000000000000000000000000000000000000
  1366.             0000000000000000000000000000000000000000000000000000000000000000
  1367.             0000000000000000000000000000000000000000000000000000000000000000
  1368.             0000000000000000000000000000000000000000000000000000000000000000
  1369.             0000000000000000000000000000000000000000000000000000000000000000
  1370.             0000000000000000000000000000000000000000000000000000000000000000
  1371.             0000000000000000000000000000000000000000000000000000000000000000
  1372.             0000000000000000000000000000000000000000000000000000000000000000
  1373.             0000000000000000000000000000000000000000000000000000000000000000
  1374.             0000000000000000000000000000000000000000000000000000020202020202
  1375.             0202020202020202020202020202020202151515151515151515020202020202
  1376.             131313131313131313020202151515151C1C1C1C1C1C1C1C1C15021313131313
  1377.             13070E0C0B0A0A091302021C1C1C1C1C1C150202020202021C150213191A1B10
  1378.             13070606060606091302021C150202021C150202020202021C150213181A031B
  1379.             13070D0E0E0C0C091302021C150202021C150202020202021C15021304191A1A
  1380.             13070606060606091302021C150202021C150202020202021C1502131718191A
  1381.             13070D0E0C0808081302021C150202021C150202020215151C15021317041819
  1382.             130706060E1313131302021C150202021C150202021C1C1C1C15021316170418
  1383.             13070D0E0E13140A1302021C150202021C150202021C15021C1502130F171704
  1384.             13070D0E0E130A131302021C150202021C150202021C151C1C15021305161717
  1385.             13070707071313131302021C150202151C151515151C1C1C1C02021314141313
  1386.             1313131313131B130202021C15021C1C1C1C1C1C1C1C021C1502021314141311
  1387.             1313121318191A130202021C02151C151C1C021C1515151C0202020213131313
  1388.             1111131313131302020202021C1C1C1C15151C1C1C1C1C020202020202020213
  1389.             1313130202020202020202020202021C1C1C1C02020202020202020202020202
  1390.             0202020202020202020202020202020202020202020202020202}
  1391.           NumGlyphs = 2
  1392.           ParentShowHint = False
  1393.           ShowHint = True
  1394.         end
  1395.         object SBundo: TSpeedButton
  1396.           Left = 300
  1397.           Top = 230
  1398.           Width = 24
  1399.           Height = 24
  1400.           Hint = 'Undo'
  1401.           Glyph.Data = {
  1402.             36030000424D3603000000000000360000002800000010000000100000000100
  1403.             1800000000000003000000000000000000000000000000000000FF00FFFF00FF
  1404.             FF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00
  1405.             FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FF00
  1406.             0000000000000000000000FF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FF
  1407.             FF00FFFF00FFFF00FFFF00FF000000FFAC00FFAC00FFAC00FFAC000000000000
  1408.             00FF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FF00000000
  1409.             0000000000000000FFAC00FFAC00000000FF00FFFF00FFFF00FFFF00FFFF00FF
  1410.             FF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FF000000FFDD6BFFAC
  1411.             00000000FF00FFFF00FFFF00FF00000000000000000000000000000000000000
  1412.             0000000000000000FF00FF000000FFDD6B000000FF00FFFF00FFFF00FF000000
  1413.             FFDD6BFFAC00FFAC00FFAC00FFAC00FFAC00000000FF00FFFF00FF000000FFDD
  1414.             6BFFAC00000000FF00FFFF00FF000000FFDD6BFFDD6BFFAC00FFAC00FFAC0000
  1415.             0000FF00FFFF00FFFF00FFFF00FF000000FFD54A000000FF00FFFF00FF000000
  1416.             FFDD6BFFFFFFFFDD6BFFAC00000000FF00FFFF00FFFF00FFFF00FFFF00FF0000
  1417.             00FFDD6B000000FF00FFFF00FF000000FFDD6BFFDD6BFFFFFFFFAC00000000FF
  1418.             00FFFF00FFFF00FFFF00FFFF00FF000000FFDD6B000000FF00FFFF00FF000000
  1419.             FFDD6BFFFFFFFFDD6BFFDD6BFFAC00000000FF00FFFF00FFFF00FF000000FFD5
  1420.             4AFFAC00000000FF00FFFF00FF000000FFFFFF000000000000FFAC00FFDD6BFF
  1421.             AC00000000000000000000FFDD6BFFAC00000000FF00FFFF00FFFF00FF000000
  1422.             000000FF00FFFF00FF000000FFAC00FFDD6BFFD54AFFAC00FFD54AFFAC000000
  1423.             00FF00FFFF00FFFF00FFFF00FF000000FF00FFFF00FFFF00FFFF00FF00000000
  1424.             0000000000000000000000000000FF00FFFF00FFFF00FFFF00FFFF00FFFF00FF
  1425.             FF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00
  1426.             FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF
  1427.             00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FF}
  1428.           ParentShowHint = False
  1429.           ShowHint = True
  1430.         end
  1431.         object SBredo: TSpeedButton
  1432.           Tag = 1
  1433.           Left = 324
  1434.           Top = 230
  1435.           Width = 24
  1436.           Height = 24
  1437.           Hint = 'Redo'
  1438.           Glyph.Data = {
  1439.             36030000424D3603000000000000360000002800000010000000100000000100
  1440.             1800000000000003000000000000000000000000000000000000FF00FFFF00FF
  1441.             FF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00
  1442.             FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FF00000000000000
  1443.             0000000000FF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FF
  1444.             FF00FF0000000000000053FF0053FF0053FF0053FF000000FF00FFFF00FFFF00
  1445.             FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FF0000000053FF0053FF00000000
  1446.             0000000000000000FF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FF
  1447.             0000000053FF6B8DFF000000FF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00
  1448.             FFFF00FFFF00FFFF00FFFF00FFFF00FF0000006B8DFF000000FF00FF00000000
  1449.             0000000000000000000000000000000000000000000000FF00FFFF00FF000000
  1450.             0053FF6B8DFF000000FF00FFFF00FF0000000053FF0053FF0053FF0053FF0053
  1451.             FF6B8DFF000000FF00FFFF00FF0000004A74FF000000FF00FFFF00FFFF00FFFF
  1452.             00FF0000000053FF0053FF0053FF6B8DFF6B8DFF000000FF00FFFF00FF000000
  1453.             6B8DFF000000FF00FFFF00FFFF00FFFF00FFFF00FF0000000053FF6B8DFFFFFF
  1454.             FF6B8DFF000000FF00FFFF00FF0000006B8DFF000000FF00FFFF00FFFF00FFFF
  1455.             00FFFF00FF0000000053FFFFFFFF6B8DFF6B8DFF000000FF00FFFF00FF000000
  1456.             0053FF4A74FF000000FF00FFFF00FFFF00FF0000000053FF6B8DFF6B8DFFFFFF
  1457.             FF6B8DFF000000FF00FFFF00FFFF00FF0000000053FF6B8DFF00000000000000
  1458.             00000053FF6B8DFF0053FF000000000000FFFFFF000000FF00FFFF00FFFF00FF
  1459.             FF00FF0000000053FF4A74FF0053FF4A74FF6B8DFF0053FF000000FF00FFFF00
  1460.             FF000000000000FF00FFFF00FFFF00FFFF00FFFF00FF00000000000000000000
  1461.             0000000000000000FF00FFFF00FFFF00FFFF00FF000000FF00FFFF00FFFF00FF
  1462.             FF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00
  1463.             FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF
  1464.             00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FF}
  1465.           ParentShowHint = False
  1466.           ShowHint = True
  1467.         end
  1468.         object PC_template: TPageControl
  1469.           Left = 8
  1470.           Top = 8
  1471.           Width = 345
  1472.           Height = 219
  1473.           ActivePage = TSnew
  1474.           TabOrder = 0
  1475.           OnChange = PC_templateChange
  1476.           object TSnew: TTabSheet
  1477.             Caption = 'New'
  1478.           end
  1479.           object TSreply: TTabSheet
  1480.             Caption = 'Reply'
  1481.           end
  1482.           object TSforward: TTabSheet
  1483.             Caption = 'Forward'
  1484.           end
  1485.           object TScookie: TTabSheet
  1486.             Caption = 'Cookie'
  1487.           end
  1488.         end
  1489.         object M_template: TZEditor
  1490.           Left = 16
  1491.           Top = 32
  1492.           Width = 329
  1493.           Height = 185
  1494.           Font.Charset = DEFAULT_CHARSET
  1495.           Font.Color = clWindowText
  1496.           Font.Height = -12
  1497.           Font.Name = '∩┐╜∩┐╜∩┐╜∩┐╜'
  1498.           Font.Style = []
  1499.           ParentColor = False
  1500.           PopupMenu = PM_template
  1501.           Color = clBtnFace
  1502.           ScrollBars = ssBoth
  1503.           PrintOptions = [poPageHeader, poPageNumber, poWordWrap]
  1504.         end
  1505.       end
  1506.     end
  1507.   end
  1508.   object BtnOK: TButton
  1509.     Left = 288
  1510.     Top = 300
  1511.     Width = 78
  1512.     Height = 25
  1513.     Caption = 'OK'
  1514.     Default = True
  1515.     ModalResult = 1
  1516.     TabOrder = 1
  1517.     OnClick = BtnOKClick
  1518.   end
  1519.   object BtnCancel: TButton
  1520.     Left = 368
  1521.     Top = 300
  1522.     Width = 78
  1523.     Height = 25
  1524.     Cancel = True
  1525.     Caption = 'Cancel'
  1526.     ModalResult = 2
  1527.     TabOrder = 2
  1528.   end
  1529.   object SetList: TZListBox
  1530.     Left = 10
  1531.     Top = 32
  1532.     Width = 143
  1533.     Height = 257
  1534.     ItemHeight = 16
  1535.     Items.Strings = (
  1536.       'Personal'
  1537.       'Mail Server'
  1538.       'Send'
  1539.       'Receive'
  1540.       'Other POP3s'
  1541.       'Font&View'
  1542.       'Label'
  1543.       'Templates'
  1544.       'Network')
  1545.     Style = lbOwnerDrawFixed
  1546.     TabOrder = 3
  1547.     OnDrawItem = SetListDrawItem
  1548.     OnChange = SetListClick
  1549.   end
  1550.   object BtnHelp: TButton
  1551.     Tag = 1934
  1552.     Left = 450
  1553.     Top = 300
  1554.     Width = 78
  1555.     Height = 25
  1556.     Caption = '&Help'
  1557.     TabOrder = 4
  1558.     OnClick = BtnHelpClick
  1559.   end
  1560.   object PM_template: TPopupMenu
  1561.     Left = 124
  1562.     Top = 300
  1563.     object Text1: TMenuItem
  1564.       Caption = '&Text'
  1565.       object MI_cursor: TMenuItem
  1566.         Caption = '%CURSOR (editor'#39's cursor position)'
  1567.         OnClick = MI_cursorClick
  1568.       end
  1569.       object QUOTES1: TMenuItem
  1570.         Caption = '%QUOTES (original message quoted)'
  1571.       end
  1572.       object TEXToriginalmessagetext1: TMenuItem
  1573.         Caption = '%TEXT (original message text)'
  1574.       end
  1575.       object COOKIE1: TMenuItem
  1576.         Caption = '%COOKIE (cookie lines)'
  1577.       end
  1578.       object N1: TMenuItem
  1579.         Caption = '-'
  1580.       end
  1581.       object Datecurrentdate1: TMenuItem
  1582.         Caption = '%DATE (current date)'
  1583.       end
  1584.       object Timecurrenttime1: TMenuItem
  1585.         Caption = '%TIME (current time)'
  1586.       end
  1587.       object ODATE1: TMenuItem
  1588.         Caption = '%ODATE (original message date)'
  1589.       end
  1590.       object OTIMEoriginalmessagetime1: TMenuItem
  1591.         Caption = '%OTIME (original message time)'
  1592.       end
  1593.       object N4: TMenuItem
  1594.         Caption = '-'
  1595.       end
  1596.       object MI_OSUBJ: TMenuItem
  1597.         Caption = '%OSUBJ (original message subject)'
  1598.       end
  1599.     end
  1600.     object SenderInfo1: TMenuItem
  1601.       Caption = '&Sender'
  1602.       object FROMNAME1: TMenuItem
  1603.         Caption = '%FROMNAME (sender'#39's name)'
  1604.       end
  1605.       object REPLYNAMEreplytoname1: TMenuItem
  1606.         Caption = '%REPLYNAME (reply-to name)'
  1607.       end
  1608.       object FROMADDRsendersemailaddress1: TMenuItem
  1609.         Caption = '%FROMADDR (sender'#39's email address)'
  1610.       end
  1611.       object REPLYADDRreplytoaddress1: TMenuItem
  1612.         Caption = '%REPLYADDR (reply-to address)'
  1613.       end
  1614.       object N2: TMenuItem
  1615.         Caption = '-'
  1616.       end
  1617.       object OFROMNAMEoroginal1: TMenuItem
  1618.         Caption = '%OFROMNAME (oroginal sender'#39's name)'
  1619.       end
  1620.       object OREPLYNAMEoroginalreplytoname1: TMenuItem
  1621.         Caption = '%OREPLYNAME (oroginal reply-to name)'
  1622.       end
  1623.       object OFROMADDRoriginalfromaddress1: TMenuItem
  1624.         Caption = '%OFROMADDR (original from address)'
  1625.       end
  1626.       object OREPLYADDRoriginalreplytoaddress1: TMenuItem
  1627.         Caption = '%OREPLYADDR (original reply-to address)'
  1628.       end
  1629.     end
  1630.     object Recipient1: TMenuItem
  1631.       Caption = '&Recipient'
  1632.       object TONAME1: TMenuItem
  1633.         Caption = '%TONAME (recepient'#39's name)'
  1634.       end
  1635.       object TOADDRrecepientsaddress1: TMenuItem
  1636.         Caption = '%TOADDR (recepient'#39's address)'
  1637.         Enabled = False
  1638.       end
  1639.       object N3: TMenuItem
  1640.         Caption = '-'
  1641.       end
  1642.       object OTONAMEoriginalrecepientsname1: TMenuItem
  1643.         Caption = '%OTONAME (original recepient'#39's name)'
  1644.       end
  1645.       object OTOADDRoriginalrecepientsaddress1: TMenuItem
  1646.         Caption = '%OTOADDR (original recepient'#39's address)'
  1647.       end
  1648.     end
  1649.   end
  1650.   object Language: TLanguage
  1651.     LangCenter = DM_Language.LangCenter
  1652.     ResStrings.Strings = (
  1653.       '0010=Label'
  1654.       '0011=Connection Name:'
  1655.       '0012=POP3 Server:'
  1656.       '0013=POP3 Account:'
  1657.       '0014=Leave a copy in server:'
  1658.       '0015=Enabled:'
  1659.       
  1660.         '0020=The image your selected is too large. Please select another' +
  1661.         '.')
  1662.     Left = 128
  1663.   end
  1664. end
  1665.